From dcdc58a6dbbf07256f862ac7aa50ac6e286ae185 Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Mon, 5 Dec 2016 16:45:36 +0000 Subject: [PATCH] Travis-ci: specify KCONFIG_ALLCONFIG for randconfig The file provided contains symbols that must be set to certain values. This then prevents random build breakage in travis due to known-incompatible symbol selections. Signed-off-by: Wei Liu Reviewed-by: Andrew Cooper Reviewed-by: Doug Goldstein --- scripts/travis-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis-build b/scripts/travis-build index 584d008e41..0cb15a89e4 100755 --- a/scripts/travis-build +++ b/scripts/travis-build @@ -4,7 +4,7 @@ $CC --version # random config or default config if [[ "${RANDCONFIG}" == "y" ]]; then - make -C xen randconfig + make -C xen KCONFIG_ALLCONFIG=tools/kconfig/allrandom.config randconfig else make -C xen defconfig fi -- 2.30.2